projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127785e
)
Also install etc/compilation.txt
author
Daniel Pfeiffer
<occitan@esperanto.org>
Tue, 13 Apr 2004 19:04:54 +0000
(19:04 +0000)
committer
Daniel Pfeiffer
<occitan@esperanto.org>
Tue, 13 Apr 2004 19:04:54 +0000
(19:04 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 7bfed3fd5ea7f00935c22c4a684983bc08e9be35..8c658ee891557fc2d6e07c8215102558fd8b6fcd 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-445,7
+445,7
@@
install-arch-indep: mkdir info
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
then \
echo "Copying etc/DOC-* to ${docdir} ..." ; \
- (cd ./etc; tar -chf - DOC*) \
+ (cd ./etc; tar -chf - DOC*
compilation.txt
) \
|(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \